MindFusion.Charting Programmer's Guide

PointCollection.SetAt Method

See Also
 





Sets the specified point at the specified position within the collection

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public void SetAt (
    int index,
    PointF[] points
)

Visual Basic  Copy Code

Public Sub SetAt ( _
    index As Integer, _
    points() As PointF _
)

JavaScript  Copy Code

function SetAt (index, points)

 Parameters

index
points

 See Also